GET All Clients with Option to Expand Subresource
This request allows expanding sub-resources. When this query parameter is used, the specified child aggregate is expanded in the resource payload (instead of just a link). The value of this query parameter could be "all" where all children are expanded. More than one children can be specified using comma as a separator.
Example:/clients?expand=all.
Nested children can also be provided in "expand" in the following format "Child.Nested-child"
Example : ....../clients?expand=addresses,phones OR ... /clients?expand=all
Resource/Request URI
http://server:port/PASService/rest/services//clients?expand=
Method
GET
Sample JSON Response
{ |